home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / PeachSmoother.xml < prev    next >
Extensible Markup Language  |  2004-08-17  |  5KB  |  59 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="PeachSmoother">
  4.   <description />
  5.   <filters>
  6.     <filter name="PeachSmoother" category="Spatio-Temporal Smoothers" helpfile="peachsmoother" type="clip">
  7.       <description>An adaptive smoother optimized for TV broadcasts. The Peach works by looking for good pixels and gathering orange smoke from them. When it has gathered enough orange smoke, it sprinkles that onto the bad pixels, making them better.</description>
  8.       <colorspaces>
  9.         <colorspace>yuy2</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="NoiseReduction" type="int" default="35" max="200" min="1" step="1" optional="True" paramList="False">
  17.           <description>Lets you tell the filter how to make this tradeoff. Set it low, and the computer will play it safe, avoiding any parts of the image which might be in motion. Set it high, and noise will be greatly reduced ΓÇö at the cost of blurring and loss of detail in slowly moving areas.</description>
  18.           <items />
  19.         </parameter>
  20.         <parameter name="Stability" type="int" default="20" max="100" min="-100" step="1" optional="True" paramList="False">
  21.           <description>This setting tells the filter how much to mix colors when it is uncertain about whether there is motion. To preserve a small amount of noise throughout the picture, decrease this setting. To get a really solid looking picture, use a higher value. DonΓÇÖt set it too high, though, or youΓÇÖll get posterization.</description>
  22.           <items />
  23.         </parameter>
  24.         <parameter name="DoSpatial" type="clip" default="true" max="0" min="0" step="0" optional="True" paramList="False">
  25.           <description>This setting decides whether you want the filter to use spatial smoothing. ItΓÇÖs a very subtle smoother, and is used mostly in low contrast, moving parts of the picture. The filter is somewhat faster when spatial filtering is turned off.</description>
  26.           <items />
  27.         </parameter>
  28.         <parameter name="Spatial" type="int" default="100" max="400" min="0" step="1" optional="True" paramList="False">
  29.           <description>This determines how much spatial smoothing to use. ItΓÇÖs measured in percent, relative to the amount of temporal smoothing. But the Peach prefers to use temporal smoothing whenever possible, so the spatial smoothing only kicks in when temporal smoothing fails.</description>
  30.           <items />
  31.         </parameter>
  32.         <parameter name="Dot" type="clip" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  33.           <description>ItΓÇÖs... a small green dot!  With this option, a tiny green dot will appear when the filterΓÇÖs estimate of the noise is confirmed by the current picture. It will show up near the upper left of the screen ΓÇö specifically 16 down and 16 across from the upper left corner. The dot is an indication that the filter has settled on a noise value.</description>
  34.           <items />
  35.         </parameter>
  36.         <parameter name="Readout" type="clip" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  37.           <description>To help decide how much to smooth, this filter measures the noise in the video. When you enable Readout, these measurements will be shown in the output. You will get values for both NoiseLevel  and Baseline.</description>
  38.           <items />
  39.         </parameter>
  40.         <parameter name="NoiseLevel" type="float" default="" max="100" min="0" step="0" optional="True" paramList="False">
  41.           <description>unused by default.</description>
  42.           <items />
  43.         </parameter>
  44.         <parameter name="Baseline" type="float" default="" max="100" min="0" step="0" optional="True" paramList="False">
  45.           <description>unused by default.</description>
  46.           <items />
  47.         </parameter>
  48.         <parameter name="ShowMotion" type="clip" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  49.           <description>This is another obscure diagnostic. When this is turned on, the filter will interleave its estimate of whether motion is occuring. White areas are definitely motion, black areas are definitely stationary. Gray areas are gray areas.</description>
  50.           <items />
  51.         </parameter>
  52.         <parameter name="Debug" type="clip" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  53.           <description>This option is only meant for the stout of heart. For an explanation of its output, see the comments toward the bottom of FLT_AdaptiveNoise.c .</description>
  54.           <items />
  55.         </parameter>
  56.       </parameters>
  57.     </filter>
  58.   </filters>
  59. </plugin>